バージョン

SafeReadOnlyDoubleCollection コンストラクタ(IList<Double>,Double)

新しい SafeReadOnlyDoubleCollection を作成します。
シンタックス
'宣言
 
Public Function New( _
   ByVal target As IList(Of Double), _
   ByVal safeValue As Double _
)
public SafeReadOnlyDoubleCollection( 
   IList<double> target,
   double safeValue
)

パラメータ

target
ラップするターゲット コレクション。
safeValue
フォール バックする安全値。
参照